const hash/fnv.marshaledSize64

5 uses

	hash/fnv (current package)
		fnv.go#L221: 	marshaledSize64  = len(magic64) + 8
		fnv.go#L240: 	b := make([]byte, 0, marshaledSize64)
		fnv.go#L248: 	b := make([]byte, 0, marshaledSize64)
		fnv.go#L296: 	if len(b) != marshaledSize64 {
		fnv.go#L307: 	if len(b) != marshaledSize64 {